|
|
|
|
OnPreviewKeyDown Method, SftTree Class |
Raises the PreviewKeyDown event.
Syntax SftTree Class (Softelvdm.SftTreeNET)
VB |
Protected Overrides Sub OnPreviewKeyDown( ByVal e As PreviewKeyDownEventArgs ) |
C# |
protected override void OnPreviewKeyDown( PreviewKeyDownEventArgs e ); |
C++ |
protected: virtual void OnPreviewKeyDown( PreviewKeyDownEventArgs^ e ); |
e
A PreviewKeyDownEventArgs that contains the event data.
Comments
The OnPreviewKeyDown method raises the PreviewKeyDown event.